home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_iihdrhd.str < prev    next >
Encoding:
Text File  |  1998-09-16  |  1.1 KB  |  38 lines

  1. <%
  2. 'Localizable strings for iihdrhd.asp
  3.  
  4. Const L_HTTPHEADERS_TEXT = "HTTP headers"
  5. Const L_ACCESSDENIED_TEXT="Access denied" 
  6. Const L_ENABLEEXPIRE_TEXT="Enable content expiration"
  7. Const L_CONTENTSHOULD_TEXT="Content should:"
  8. Const L_EXPIMM_TEXT="Expire immediately"
  9. Const L_EXPAFT_TEXT="Expire after"
  10. Const L_SECONDS_TEXT="Second(s)"
  11. Const L_MINUTES_TEXT="Minute(s)"
  12. Const L_HOURS_TEXT="Hour(s)"
  13. Const L_DAYS_TEXT="Day(s)"
  14. Const L_EXPON_TEXT="Expire on"
  15. Const L_MIDNIGHT_TEXT="Midnight"
  16. Const L_MONTH_TEXT="Month"
  17. Const L_DAY_TEXT="Day"
  18. Const L_YEAR_TEXT="Year"
  19. Const L_TIME_TEXT="Time"
  20.  
  21. Const L_ENTERHEADER_TEXT="Enter a custom name and value pair below:"
  22. Const L_SAMPHDR_TEXT="Custom Header:Value"
  23. Const L_SELECTITEM_TEXT="Select a header to delete."
  24.  
  25. ' Resizing constants for the content expiration part of the HTTP Headers
  26. ' property page
  27.  
  28. ' Horizontal rules
  29. Const L_ENABLEEXPIREHR_NUM = 275
  30.  
  31. ' Text field sizes
  32. Const L_EXPIREDATE_NUM = 25
  33. Const L_EXPIRETIME_NUM = 2
  34.  
  35. ' This is the size of the hanging indent for the radio buttons under
  36. Const L_LEFTINDENT_NUM = 20
  37.  
  38. %>